ShowMeanLine Property (BoxWhisker<T>)
In This Topic
Gets or sets a value that determines whether to show the mean line for the Box and Whisker chart.
Syntax
'Declaration
Public Property ShowMeanLine As System.Boolean
'Usage
Dim instance As BoxWhisker(Of T)
Dim value As System.Boolean
instance.ShowMeanLine = value
value = instance.ShowMeanLine
public System.bool ShowMeanLine {get; set;}
public read-write property ShowMeanLine: System.Boolean;
public function get,set ShowMeanLine : System.boolean
public: __property System.bool get_ShowMeanLine();
public: __property void set_ShowMeanLine(
System.bool value
);
public:
property System.bool ShowMeanLine {
System.bool get();
void set ( System.bool value);
}
See Also